home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_PRO / QDHLP201.ZIP;1 / QDHLPSRC.ZIP / PRAGMA.QDH < prev    next >
Encoding:
Text File  |  1992-07-24  |  2.2 KB  |  80 lines

  1. //
  2. // pragma command
  3. //
  4.  
  5. /topic PRAGMA_COMMAND
  6.  
  7.     /title The /pragma command
  8.     /keywords /pragma;commands
  9.     /browse commands,AUTO
  10.  
  11.     /defformat \sa100
  12.  
  13.     /para \fs40\b\i
  14.       The /pragma command
  15.     /endpara
  16.  
  17.     /para 
  18.       The /pragma command has the following syntax
  19.     /endpara
  20.  
  21.     /para 
  22.       /text \b\f3,/pragma option
  23.     /endpara
  24.  
  25.     /para
  26.        The /pragma command is used to set internal qdhelp processor
  27.        options.  The following options are supported. \line
  28.        debug \line
  29.        noheader \line
  30.        nohpj \line
  31.     /endpara
  32.  
  33.     /para
  34.        The options cause the following actions.
  35.     /endpara
  36.  
  37.     /para
  38.       /text \b,debug 
  39.       \line
  40.       This option causes QDHELP to put special RTF commands into the 
  41.       resultant help file.  The commands put a new button on the WinHelp
  42.       button bar named "Source".  This button will bring up the file
  43.       which contains the source for the help page which you are currently
  44.       viewing. The default editor used in Windows Notepad. 
  45.     /endpara
  46.     /para \sa100 
  47.       If you do not wish to use NOTEPAD you 
  48.       must set the enviroment variable QDHELP_DEBUG_EDITOR in your
  49.       DOS environment prior to running QDHELP...
  50.     /endpara
  51.     /para
  52.       set QDHELP_DEBUG_EDITOR=b.exe
  53.     /endpara
  54.     /para
  55.       NOTE: you must be in the directory with the source files for
  56.       the debug source browse to work.  If you run WinHelp by calling
  57.       it with a full path to the help file the source browse will not
  58.       be able to find the source files.
  59.     /endpara
  60.  
  61.     /para
  62.       /text \b,noheader 
  63.       \line
  64.       This option suppresses the output of the .HHH file.  The QDHELP 
  65.       default is to generate the .HHH file.
  66.     /endpara
  67.  
  68.     /para
  69.       /text \b,nohpj 
  70.       \line
  71.       This option suppresses the output of the .HPJ file.  The QDHELP 
  72.       default is to generate the .HPJ file.  If you suppress the .HPJ
  73.       file you must place the correct information in the .HPJ file for
  74.       the /debug option to work.  Look at a .HPJ file generated by QDHELP
  75.       with debug on and off to see what special things QDHELP adds to the
  76.       .HPJ file for debug.
  77.     /endpara
  78.  
  79. /endtopic
  80.